home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TESCAPESINGLEDLG / TESCAPESINGLEDLG.txt < prev   
Text File  |  2001-10-17  |  918b  |  45 lines

  1. object EscapeSingleDlg: TEscapeSingleDlg
  2.   Left = 252
  3.   Top = 177
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Timer aborted:'
  7.   ClientHeight = 102
  8.   ClientWidth = 197
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 28
  23.     Width = 153
  24.     Height = 24
  25.     AutoSize = False
  26.     Caption = 'Single capture was cancelled. The timer is now disabled.'
  27.     WordWrap = True
  28.   end
  29.   object Label2: TLabel
  30.     Left = 16
  31.     Top = 12
  32.     Width = 74
  33.     Height = 13
  34.     Caption = '[WinGrab 1.XX]'
  35.   end
  36.   object BitBtn1: TBitBtn
  37.     Left = 60
  38.     Top = 68
  39.     Width = 70
  40.     Height = 26
  41.     TabOrder = 0
  42.     Kind = bkOK
  43.   end
  44. end
  45.